jupyter lite is limited since it runs in a browswer sandbox
requires no installation
does not retain anything
JupyterLab Interface
Menu Bar: File, Edit, View, Run options
Left Sidebar: File browser, running kernels,
extensions
Main Work Area: Notebooks, terminals, text
editors
Operations, Tips, and Shortcuts 1
Create a notebook
Open a notebook
Create a Code Cell
Run cells
Operations, Tips, and Shortcuts 2
Markdown cell
Headings
Lists
ordered
unordered
Links
Images 
Operations, Tips, and Shortcuts 3
Use Command Mode and keyboard shortcuts
[esc] -[a],[b],[x],[z],[m],[y]
magic commands
%%time sum(i**2 for i in range(1, 50000001))
Kernels
Interrupt
Restart
while True: x=5
Where to Go from Here
Experiment with Jupyter to assess its value to your process -Explore
what your colleagues have already done: - Berkely Data Science
Modules - [Gallery of Notebooks (api-issue)] - CS-direct
- Soc-direct